Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a boxed slice instead of a vec #718

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

rkuris
Copy link
Collaborator

@rkuris rkuris commented Sep 6, 2024

Proposal keys and values can never change size, so we should make these boxes instead of vecs (avoids the capacity part)

Proposal keys and values can never change size, so we should make these
boxes instead of vecs (avoids the capacity part)
@rkuris rkuris self-assigned this Sep 6, 2024
@rkuris rkuris requested a review from samliok September 6, 2024 18:25
Just fixes some doc comments missing a break after the summary
Copy link

@samliok samliok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! every bit counts :)

@rkuris rkuris enabled auto-merge (squash) September 6, 2024 18:50
@rkuris rkuris merged commit 56decb8 into main Sep 6, 2024
5 checks passed
@rkuris rkuris deleted the rkuris/boxed-slice-over-vec branch September 6, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants